@charset "UTF-8";
.marginT54 {
    margin-top: 54px;
}

.marginB54 {
    margin-bottom: 54px;
}

/* 2025首页改版 2025-02-24 */
.yw-pagination {
    height: 30px;
    height: 30px;
    padding-right: 1em;
    z-index: 999;
    position: absolute;
    width: 100%;
    text-align: right;
    bottom: 0 !important;
}
.yw-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}
.yw-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 35px;
    border-radius: 0.5em;
}

.szyw-swiper .swiper-slide a {
    position: relative;
    display: block;
    width: 100%;
    height: 220px;
}
.szyw-swiper .swiper-slide a img {
    width: 100%;
    height: 100%;
}
.szyw-swiper .swiper-slide a p {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-right: 1em;
    color: #fff;
    text-indent: 1em;
    text-align: center;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.5);
}
.szyw-swiper .szyw-next,
.szyw-swiper .szyw-prev {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: -o-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), -moz-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), -moz-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), -o-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.szyw-swiper .szyw-next::after,
.szyw-swiper .szyw-prev::after {
    color: #fff;
    opacity: 1;
    font-size: 22px;
}
.szyw-swiper .szyw-next {
    right: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.szyw-swiper .szyw-prev {
    left: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
.szyw-swiper:hover .szyw-next,
.szyw-swiper:hover .szyw-prev {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.bdbg {
    background: url(../images/20252/bodybg.png) no-repeat center/100%;
    min-height: 664px;
    padding-top: 90px;
}
.bdbg .list-container .list-item h2::before,
.bdbg .list-container .list-item h2::after {
    background: #ffe6b8;
}
.bdbg .list-container .list-item li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 22px;
    height: 25px;
    background: url(../images/20252/2025txtimg.png) no-repeat;
}
.bdbg .list-container .list-item li a,
.bdbg .list-container .list-item li span {
    color: #fff;
}
body {
    position: relative;
    z-index: 9999;
}

body::after {
    position: absolute;
    content: '';
    width: 100%;
    min-height: 434px;
    background: url(../images/20252/pc-b.png) no-repeat center/100%;
    z-index: -1;
    bottom: 200px;
    right: 0;
}
